Resource Constructor (WebdavSession, String) |
Initializes a new instance of the Resource class.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic Resource(
WebdavSession session,
string address
)
Public Sub New (
session As WebdavSession,
address As String
)
Parameters
- session
- Type: Independentsoft.WebdavWebdavSession
A session to assign to resource. - address
- Type: SystemString
The URI that identifies the resource.
See Also